You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > MatrixInt Structure > MatrixInt Methods > StringsToValues Method > MatrixInt.StringsToValues Method ([In] TStrings, [In] int, [In] int, [In] int, [In] int, string)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
MatrixInt.StringsToValues Method ([In] TStrings, [In] int, [In] int, [In] int, [In] int, string)

Convert strings from [ListIndex]..[ListIndex+ListLen-1] in aList to integers.

Syntax
C#
Visual Basic
public TMtxInt StringsToValues([In] TStrings aList, [In] int ListIndex, [In] int ListLen, [In] int Row, [In] int Col, string Delimiter);

Store them in the Values array of the calling matrix, starting from element [Row,Cols]. The size of the calling matrix is not changed. If array bounds are overrun an exception is raised. Complex numbers must follow the format: a+bi.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!